home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / hardware / vector-connection / doc / parnet.readme < prev    next >
Encoding:
Text File  |  1995-03-09  |  2.1 KB  |  54 lines

  1.  
  2.                      V E C T O R - C O N N E C T I O N
  3.                      =================================
  4.  
  5.                               Status of ParNet
  6.                               ----------------
  7.  
  8. In  the  Directory 'ParNet', the complete ParNet Distribution as grabbed from
  9. the UseNet is included.
  10.  
  11. There  are  also  two  devices  includes,  which enable you to use the Vector
  12. Connection  Parallel  Ports  with  ParNet.  However, I don't see the need for
  13. this anymore. So this part of the Vector Connection Software Distribution is
  14.  
  15.  
  16.                            * NO LONGER SUPPORTED *
  17.  
  18.  
  19. With the release of 'Envoy', a SANA II compilant Network Filesystem, there is
  20. a  much  superior software available and for the Vector Connection I/O board,
  21. there  is  a  SANA  II  compilant device available, called 'liana.device' and
  22. distributed by VillageTronic in Germany and Expert Systems in the U.S.A.
  23.  
  24. So  the  included Devices and the source for these devices is mainly intended
  25. as  examples  of  how to access the parallel ports on a very low level and to
  26. add  an  Interrupt  node  to catch the Interrupts before the vectorpar.device
  27. gets them.
  28.  
  29. There  is absolutely no warranty that these drivers work, or will work in the
  30. future.   The  source is included to give enthusiasts the chance to study the
  31. driver and e.g.  make some bug fixes.
  32.  
  33. The code is untested and
  34.  
  35.  
  36.                                 *NO WARRANTY*
  37.  
  38.  
  39. given.
  40.  
  41. The  source  is  not exactly compileable with SAS C 6.3, it is intended as an
  42. example.   It  will  compile if you remove after a 'make protos' the 'extern'
  43. declarations  from  vector_task_protos.h.   It  will  however still show some
  44. warnings.
  45.  
  46. If  you  really  intend  to  change  this  and  make the source really smooth
  47. compileable  (and  e.g.   add a multiple unit support to the device to remove
  48. the  need for two different devices for Unit 0 and Unit 1), *and* are willing
  49. to  put  these sources onto this disk, tell us (see Bugs section how to reach
  50. us).  I'm happily including an improved parnet distribution with software and
  51. will of course mention you in an appropriate way.
  52.  
  53.  
  54.